home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9804 / 000002_owner-linux-arm…r.rutgers.edu _Sat Apr 4 15:36:15 1998.msg < prev    next >
Internet Message Format  |  1998-05-13  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from orava.funet.fi (orava.funet.fi [128.214.248.46])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id PAA09722
  4.     for <willy@odie.fluff.org>; Sat, 4 Apr 1998 15:36:14 +0100
  5. Received: from vger.rutgers.edu ([128.6.190.2]:27611 "EHLO vger.rutgers.edu" ident: "root") by orava.funet.fi with ESMTP id <390801-120>; Sat, 4 Apr 1998 17:37:03 +0300
  6. Received: by vger.rutgers.edu id <971105-12780>; Sat, 4 Apr 1998 09:03:43 -0500
  7. Received: from snowcrash.cymru.net ([163.164.160.3]:1746 "EHLO snowcrash.cymru.net" ident: "NO-IDENT-SERVICE") by vger.rutgers.edu with ESMTP id <970996-12780>; Sat, 4 Apr 1998 09:03:31 -0500
  8. Received: (from alan@localhost) by snowcrash.cymru.net (8.8.7/8.7.1) id PAA08063; Sat, 4 Apr 1998 15:34:54 +0100
  9. From: Alan Cox <alan@cymru.net>
  10. Message-Id: <199804041434.PAA08063@snowcrash.cymru.net>
  11. Subject: Re: Processor type
  12. To: Philip.Blundell@pobox.com (Philip Blundell)
  13. Date:     Sat, 4 Apr 1998 15:34:49 +0100 (BST)
  14. Cc: linux-arm@vger.rutgers.edu
  15. In-Reply-To: <E0yLTeu-0004d3-00@kings-cross.london.uk.eu.org> from "Philip Blundell" at Apr 4, 98 03:10:59 pm
  16. Content-Type: text
  17. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  18. Sender: owner-linux-arm@vger.rutgers.edu
  19. Precedence: bulk
  20. X-Loop: majordomo@vger.rutgers.edu
  21. Status: RO
  22.  
  23. > Attached is a patch to remove CONFIG_CPU_ARM6 (etc) from circulation.  
  24. > Instead, the configure script works out whether your hardware uses a 26-bit or 
  25. > 32-bit processor and defines CONFIG_CPU_{26,32} appropriately.  You can still 
  26.  
  27. What about cross compiling.
  28.  
  29. > Finally, I replaced the `CONFIG_CPU_ARM2' test in page_alloc.c with a general 
  30. > check for machines with large pages.  I imagine this will be a bit more 
  31. > Torvalds-acceptable.
  32.  
  33. That is probably a good idea, if its written in terms of
  34.  
  35. #if PAGE_SIZE > 8192 ...
  36.  
  37. or similar
  38.  
  39. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu